.banner-16-link {
  font-family: Oswald, sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  position: relative;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
}

@media (min-width: 413px) {
  .banner-16-link {
    font-size: 6px;
  }
}

@media (min-width: 768px) {
  .banner-16-link {
    font-size: 7px;
  }
}

@media (min-width: 1024px) {
  .banner-16-link {
    font-size: 10px;
  }
}

@media (max-width: 600px) {
  .banner-16-link {
    font-size: clamp(3px, 1.5vw, 9px);
  }
}

@media (min-width: 601px) {
  @supports (font-size: calc(clamp(0px, 0px, 0px))) {
    .banner-16-link {
      font-size: clamp(3px, 1vw, 12px);
    }
  }
}

.banner-16-wrapper {
  width: 100%;
  padding: 0;
  position: relative;
}

.rich-hero-banner-16 {
  margin: 0 auto;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .rich-hero-banner-16 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
  }
}

.rich-hero-banner-16__column--left,
.rich-hero-banner-16__column--right {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.rich-hero-banner-16__title {
  line-height: 1;
  font-size: 7.84em;
  margin-bottom: 0.5em;
  font-weight: 500;
  white-space: normal;
  /* max-width: 270px; */

}

@media (min-width: 380px) {
  .rich-hero-banner-16__title {
    font-size: 8em;
    /* max-width: 300px; */
  }
}

@media (min-width: 400px) {
  .rich-hero-banner-16__title {
    /* font-size: 6em;
    max-width: 320px; */
  }
}

@media (min-width: 601px) {
  .rich-hero-banner-16__title {
    max-width: none;
  }
}



.rich-hero-banner-16__title strong {
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

@media (min-width: 601px) {
  .rich-hero-banner-16__title {
    margin: 0;
    font-size: 5em;
  }
}

.rich-hero-banner-16__title--top {
  color: #fdea3e;
  font-size: 1.01em;
  background: linear-gradient(transparent, transparent);
  white-space: normal;
  margin-bottom: 0.25em;
}

@media (min-width: 601px) {
  .rich-hero-banner-16__title--top {
    margin-bottom: 0;
  }
}

@media (min-width: 601px) {
  .rich-hero-banner-16__title--top {
    /* font-size: 2.1em; */
  }
}

.rich-hero-banner-16__title--bottom {
  color: #fff;
  font-weight: 700;
}

.rich-hero-banner-16__title--bottom span {
  font-size: 0.6em;
}

/* @supports (-webkit-background-clip: text) {
  .rich-hero-banner-16__title--bottom {
    background: -webkit-linear-gradient(#feea1a, #fbbf00);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  }
} */

@media (min-width: 601px) {
  .rich-hero-banner-16__title--bottom {
    /* font-size: 3em; */
  }
}

.rich-hero-banner-16__sub-title {
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.2em;
}

.rich-hero-banner-16__card {
  color: #214d9b;
  display: inline-block;
  min-width: 10.7em;
  max-width: 15em;
  margin: 0.25em;
  position: relative;
  background-color: #e0261d;
  border: 1px solid #fff;
  border-radius: 6px;
  /* animation: background-glow-white 4s linear infinite 0s;
  -ms-animation: background-glow-white 4s linear infinite 0s;
  -webkit-animation: background-glow-white 4s linear infinite 0s; */
}

.rich-hero-banner-16__card-header {
  line-height: 1;
  background-color: transparent;
  padding: 0.5em 0.5em 0.25em;
}

.rich-hero-banner-16__card-header--top {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 0.25em;
  color: white;
}

.rich-hero-banner-16__card-header--bottom {
  font-size: 1.5em;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: white;
}

.rich-hero-banner-16__card-content {
  line-height: 1;
  padding: 0 1em 1.2em;
  position: relative;
}

.rich-hero-banner-16__card-content--top {
  font-size: 0.85em;
  font-weight: 400;
  margin: 0.25em 0;
  color: white;
}

.rich-hero-banner-16__card-content--bottom {
  color: white;
  font-size: 3.4em;
  font-weight: 800;
  line-height: 0.9;
  margin-bottom: 0.1em;
}

.rich-hero-banner-16__card-content--bottom span {
  font-size: 40%;
}

.rich-hero-banner-16__card-content--cta {
  display: table;
  color: #e0261d;
  background: #fdea3e;
  /* background: linear-gradient(#feea1a, #fbbf00);*/
  border-radius: 20px;
  font-size: 0.9em;
  font-weight: 600;
  padding: 0.35em 2.5em;
  position: absolute;
  bottom: -0.8em;
  left: 50%;
  transform: translateX(-50%);

  border: 1px solid white;
}

.rich-hero-banner-16__terms-text {
  font-size: 1.5em;
  font-weight: 400;
  text-transform: none;
  padding: 0 4em;
  margin-top: 0.75em;
  font-family: 'Open Sans', sans-serif;
}

@media (min-width: 768px) {
  .rich-hero-banner-16__terms-text {
    font-size: 1em;
    margin-top: 1.5em;
  }
}


@keyframes background-glow-white {
  0% {
    box-shadow: 0 0 3px #fff;
  }

  50% {
    box-shadow: 0 0 12px #fff;
  }

  to {
    box-shadow: 0 0 3px #fff;
  }
}

@media (min-width: 601px) {
  .rich-hero-banner-16__title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px;
  }

  .rich-hero-banner-16__column--left,
  .rich-hero-banner-16__column--right {
    display: block;
  }

  .rich-hero-banner-16__title {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    justify-content: center;
    gap: 10px;
  }
}